/* بسم الله الرحمن الرحيم  */
*{
padding: 0px;
margin: 0px;
font-family: system-ui, "-apple-system, BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
font-weight: 500;
font-style: normal;
}

body{
    height: 100vh;
    overflow-x: hidden;
    
}

#main{
    max-width: 1200px;
    margin: 0 auto;
 
}

nav #list li a{
    color: #f0bb0c;
    font-size: 20px;
    font-weight: 600;
}

nav #list li a:hover{
    border-bottom:1px solid #f0bb0c ;
}

nav .call-nav {
    padding: 10px;
}

nav .call-nav i{
    color: #f0bb0c;
    font-size: 50px;
}

/* why-us section start */
#why-us{
padding: 0rem 0 2rem;
color:rgb(9, 9, 112);   

}
/* first rwo  */
#why-us .why-us-1{
    padding-bottom:2rem;  
    border-bottom: 1px solid #f0bb0c;  
    padding: 2rem 0;
}

#why-us .why-us-1 .why-us-content h1{
    color: #f0bb0c;
 text-transform: uppercase;
 font-size: 60px;
 font-weight:650;
 padding: 20px;
 margin-bottom:20px ;
}

#why-us .why-us-1 .why-us-content p{
    font-size: 17px;
}

#why-us .why-us-1 .why-us-content button{
    padding: 12px 23px;
    border: none;
    background:rgb(9, 9, 112);
    color:white;
    border-radius: 20px;
    text-transform: uppercase;
    transition: 0.5s;
}

#why-us .why-us-1 .why-us-content button:hover{
    background: #f0bb0c;
}

#why-us .why-us-1 .image img{
      width: 90%;
}

/* secound row  */

#why-us .why-us-2{
    padding: 3rem 0;
    
}

#why-us .why-us-2 .why-us-content{
padding: 2rem 1rem;

}

#why-us .why-us-2 .why-us-content h1{
    color: #f0bb0c;
    text-transform: capitalize;
    font-size:35px;
    font-weight: 700;
    margin-bottom: 10px;
}

#why-us .why-us-2 .why-us-content p{
font-weight: 600;
color:rgb(9, 9, 112);
font-size: 18px;
}

#why-us .why-us-2 .image img{
width: 90%;
}

/* therd row  */
#why-us .why-us-3{
    padding: 3rem 0;
}
#why-us .why-us-3 .why-us-content p{
   font-weight: 600;
color:rgb(9, 9, 112);
font-size: 18px;

}
#why-us .why-us-3 .image img{
    width: 90%;
}

/* why-us section end*/


/* footer section start */
#footer{
    padding: 4rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    color: blueviolet;
    
}
#footer .footer-image{
    padding: 3rem 0;
        border-top: 1px solid #f0bb0c;

}
#footer .footer-image img{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #f0bb0c;
}
#footer .footer-image p{
    color: rgb(9, 9, 112);
    text-align: center;
    margin-top:15px ;
    font-size: 20px;
    
}
#footer .footer-contact{
    padding-top:2rem ;
}

#footer .footer-contact p i{
    font-size: 26px;
  color: #F0BE13;
}

#footer .footer-contact p a{
text-decoration: none;
  font-size: 18px;
    font-weight: 500;
}
#footer .footer-link ul{
    list-style: none;  
}

#footer .footer-link ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
display: inline-block;
margin-top: 10px;
}

#footer .footer-sosial-icons{
    padding: 2rem 0;
    text-align: center;
}

#footer .footer-sosial-icons p{
    display: inline-block;
    margin-right: 15px;
    border:1px solid #F0BE13;
    border-radius: 50%;
    padding: 10px; 
    cursor: pointer;  
    transition:all ease 0.5s;
}

#footer .footer-sosial-icons p:hover{
background:blueviolet;

}

#footer .footer-sosial-icons p i{
    font-size: 24px;
    color: #F0BE13;
}
.whatsapp-amovita{
    width: 100px;
    position: fixed;
    top: 170px;
    left: 10px;                   
    animation: amovita 3s infinite ease-in-out;
 
}


@keyframes amovita {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.10); }
  100% { transform: scale(0.8); }
}
/* الحمد لله رب العالمين  */
